Welcome![Sign In][Sign Up]
Location:
Search - android webview

Search list

[androidAndroidGooglePlusExample

Description: # To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in ${sdk.dir}/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the ProGuard # include property in project.properties. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html # Add any project specific keep options here: # If your project uses WebView with JS, uncomment the following # and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public * #} -# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags in this file are appended to flags specified # in ${sdk.dir}/tools/proguard/proguard-android.txt # You can edit the include path and order by changing the ProGuard # include property in project.properties. # # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html # Add any project specific keep options here: # If your project uses WebView with JS, uncomment the following # and specify the fully qualified class name to the JavaScript interface # class: #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public * #}
Platform: | Size: 668672 | Author: zxczxc | Hits:

[Windows DevelopExmWeb

Description: Android使用WebView的代码例子。用于演示WebView加载本地或者远程的网页,以及app与js互相调用方法的功能。-Android using WebView code examples. Used to demonstrate the WebView load local or remote web pages, as well as the app and JS functions to call each other methods.
Platform: | Size: 2111488 | Author: meiqianhk | Hits:

[androidwbkhd

Description: 这个微博客户端中用到得一些知识点。 1:sqllite数据库的应用 2:SharedPreferences结合sqllite保存默认登录用户 3:圆角背景,圆角头像,.9.png格式在android中的应用 4:布局方面的当然是最常用的ReleativeLayout,LinearLayout,FrameLayout,include,merge的应用 5:Menu菜单的使用 6:弹出菜单的使用,简单的弹出框,包含list的弹出框. 7:webview嵌入腾讯第三方授权页面的使用 8:最常用的ListView的使用 9:Tab布局的应用 10:listView的分页。 11:万能适配器BaseAdapter以及ArrayAdapter等适配器的使用 12:android美化方面关于selector的使用-This micro-blog client is used in some of the knowledge points. Application of 1:sqllite 2:SharedPreferences combined with sqllite to save the default login user 3: rounded background, fillet head, Android format in the application of.9.png 4: layout is of course the most commonly used LinearLayout, ReleativeLayout, FrameLayout, include, merge applications The use of the 5:Menu menu 6: the use of the pop-up menu, a simple pop-up box, including the list pop-up box. 7:webview embedded in the use of third party authorized by the Tencent 8: the most commonly used ListView use Application of 9:Tab layout 10:listView page. 11: universal adapter BaseAdapter and the use of ArrayAdapter and other adapters 12:android landscaping on the use of selector
Platform: | Size: 1127424 | Author: xiaoxiao | Hits:

[androidsource

Description: A Web Browser App in Android This article demonstrates creating a Browser App in Android-Introduction Sometimes we need to display some online content in our Android App. It would be very helpful if we could use a control that displays such online content directly in our app. The WebView control provides this functionality to our Android app. It enables us to embed a web browser in our activity. Using the WebView control we can display online content as well as any HTML page stored in our project. Background In this article, I have used an EditView control to accept the URL of a web page or a local page. A WebView control is added to render the page on the device. Pressing the GO button after entering the URL will cause the page to be displayed on the WebView control. Using the code In order for our activity to access the internet and load web pages in the WebView, we need to specify the Internet permission for our app in the AndroidManifest.xml file as follows: Hide Copy Code <uses-permission android:name= android.permission.INTERNET /> Follow
Platform: | Size: 2048 | Author: MahdiAttar | Hits:

[androidlibrarysearch

Description: 广东海洋大学图书馆安卓源码可以获取网站(http://210.38.138.1:81/)上的图书信息,直接通过get/post模拟浏览器与网站交互,非json或webview方式,获取到返回html字符串再去取里面的元素,本项目的服务端是asp.net写的实现了图书系统的登录查询等,在做与asp.net网站交互的朋友可以看一下,登录部分因为我没有测试帐号所以就没有测试。不过项目很多地方没有做异常处理,返回空数据的时候应用会直接异常停止退出-Guangdong Ocean University Library an Android source code can obtain the book information in the website (http://210.38.138.1:81/), browser interaction with the web site directly through the get/post simulations and non JSON or WebView, get the returned HTML string again to pick up the inside elements and the project server is asp.net write the book system login query, in do with the ASP. Net web interaction of friends can look at, log in part because I don t have a test account so there is no test. However, many parts of the project did not do exception handling, return to empty data when the application will directly stop the exit
Platform: | Size: 4256768 | Author: 徐姗姗 | Hits:

[androidshztkdjyllq

Description: 简易浏览器源码是一个简单的安卓浏览器项目源码,如果你已经搭建了一个适合手机浏览的服务端网站比如公司主页等,完全可以把这个源码当作外壳来做一个属于自己的“套壳客户端”,也就是套着安卓客户端的壳子实际上是放了一个浏览器用来直接浏览web内容,点击手机的物理返回键可以返回到上一次浏览的界面。源码有比较丰富的注释,比较适合用来学习WebView控件使用或者做一个简单的客户端,第一次自动打开的页面和点击右上角小房子按钮转转跳到的链接都可以在MainActivity里面指定。-Simple browser source code is a simple Android browser project source code, if you have already set up a suitable mobile browsing server sites such as the company s home page, can treat the source as a shell to do a belongs to own shell client , is a shell of Android client is actually put a browser to browse web content, click the phone s physical return key can return to a browsing interface. Source has rich notes, very suitable for learning the WebView control or do a simple client, first automatically open the page and click on the lower right corner of the small house buttons around jump to the links can be specified inside the mainactivity.
Platform: | Size: 1809408 | Author: liujianwei | Hits:

[androidwebview_html5

Description: android用webview加载html5网络视频全屏播放。-android html5 loaded with webview online video full-screen playback.
Platform: | Size: 1703936 | Author: 张天爱 | Hits:

[androidxinwenkehuduan

Description: 注意:本项目是基于android studio开发的,eclipse可能无法直接导入。 本项目是一个优质的新闻客户端app,本项目有几大亮点 (1):一个不错的欢迎页面效果,上下滑动滑动到底部效果 (2):加载网络弹窗loading效果,也很不错 (3):本项目大体框架也是一个非常棒的,强烈推荐使用当做app框架参考 (4):切换每一个fragment的时候处理的加载模式 (5):通过webview调用h5效果的商城,也很不错, 主页地址https://github.com/MyfengNull/wyxw 注意:本项目是基于android studio开发的,eclipse可能无法直接导入。-Note: this project is based on the development of studio eclipse, Android may not be able to directly import. This project is a good news client app, the project has several major highlights (1): a good welcome page effect, up and down sliding in the bottom effect (2): loading network popups loading effect is also very good. (3): the general framework of the project is also a very good, strongly recommended to use as a reference frame app (4) the loading mode that is processed when switching each fragment (5): WebView call through the H5 effect of the mall, is also very good, Home address https://github.com/MyfengNull/wyxw Note: this project is based on the development of studio eclipse, Android may not be able to directly import.
Platform: | Size: 23831552 | Author: 23ayyl | Hits:

[androidzhihuapp

Description: 知乎日报Android客户端(非官方版 Eclipse版本,仿知乎App,全新的Material Design设计风格 与官方知乎日报有哪些区别? 没有烦人的推送 权限极少(准确的说只有INTERNET权限) 不会常驻内存 体积更小(2MB<5.3MB) 给你最纯粹的阅读享受 Android MVP 模式的运用 使用Retrofit获取RESTful API内容 RecyclerView的常规使用方法(下拉刷新,Endless Scrolling...) ViewPager滚动效果 WebView加载HTML、CSS文件 本项目适合对Android基础知识有一定了解但未做过项目的同学进行阅读-Know almost daily Android client (Unofficial version Eclipse version, like App, the new Design Material design style And the official know what is the difference between daily? No annoying push Permissions are few (accurate only INTERNET permissions). Not resident in memory Smaller (2MB<5.3MB) to give you the most pure reading enjoy the MVP pattern with Android application access to conventional methods of use of restful API content RecyclerView Retrofit (pull down to refresh, endless scrolling...) viewpager rolling effect WebView load the HTML and CSS file the project for basic knowledge of Android has certain understanding but have not done project students reading
Platform: | Size: 456704 | Author: hkj | Hits:

[androidWebViewDemo1

Description: android开发中一个关于Webview的demo。(android development of a demo about Webview.)
Platform: | Size: 1313792 | Author: | Hits:
« 1 2 3 4 5»

CodeBus www.codebus.net